-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SpringBoot] Migrate to GA #8223
Conversation
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The compatibility check is done with v2.3.12
for this integrations and the latest spring boot version is 3.1.x
. After 2.3.x there are updates related to the dependencies and also bug-fixes. Can we perform compatibility check with the latest stable release and update the document?
@muthu-mps While setting up the latest Spring Boot version |
While setting up Spring Boot for JDK 8
JDK 11, 17 & 21
For the Springboot
CC: @SubhrataK @muthu-mps @lalit-satapathy @tommyers-elastic |
Could you please rebase with main? You have an older checkout i.e., package-spec v3 changes are there which is not in your branch. Please do the rebase to the latest of main and test on top of that if you are doing any testing. |
Package spring_boot - 1.0.0 containing this change is available at https://epr.elastic.co/search?package=spring_boot |
What does this PR do?
Migrates the integration from BETA to GA.
Related issues